|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Macros | |
| #define | NUMBER_OF_CAPTURES 50 |
Functions | |
| int | main (void) |
| void | TA0_ISR (void) |
Variables | |
| uint16_t | CaptureData [NUMBER_OF_CAPTURES] |
| uint16_t | CaptureDataIndex = 0 |
| #define NUMBER_OF_CAPTURES 50 |
Definition at line 64 of file timer_a_ex4_periodCapture.c.
| int main | ( | void | ) |
Definition at line 69 of file timer_a_ex4_periodCapture.c.
References __delay_cycles().
| void TA0_ISR | ( | void | ) |
Definition at line 137 of file timer_a_ex4_periodCapture.c.
References __bic_SR_register_on_exit(), CaptureData, CaptureDataIndex, and NUMBER_OF_CAPTURES.
| uint16_t CaptureData[NUMBER_OF_CAPTURES] |
Definition at line 66 of file timer_a_ex4_periodCapture.c.
Referenced by TA0_ISR().
| uint16_t CaptureDataIndex = 0 |
Definition at line 67 of file timer_a_ex4_periodCapture.c.
Referenced by TA0_ISR().